home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / anacrontab < prev    next >
Encoding:
Text File  |  2007-03-05  |  395 b   |  13 lines

  1. # /etc/anacrontab: configuration file for anacron
  2.  
  3. # See anacron(8) and anacrontab(5) for details.
  4.  
  5. SHELL=/bin/sh
  6. PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  7.  
  8. # These replace cron's entries
  9. 1    5    cron.daily     nice run-parts --report /etc/cron.daily
  10. 7    10    cron.weekly     nice run-parts --report /etc/cron.weekly
  11. @monthly    15    cron.monthly nice run-parts --report /etc/cron.monthly
  12.  
  13.